home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / Developer Essentials May91 / MPW Interfaces & Libraries 3.2 / AIncludes / Notification.a < prev    next >
Encoding:
Text File  |  1991-04-17  |  583 b   |  28 lines  |  [TEXT/MPS ]

  1. ; Version: 3.03
  2. ; Created: Friday, October 20, 1989 at 9:32:35 PM
  3. ;
  4. ; File:  Notification.a
  5. ;
  6. ; Assembler Interface to the Macintosh Libraries
  7. ; Copyright Apple Computer, Inc. 1989-90
  8. ; All Rights Reserved
  9.  
  10.     IF &TYPE('__IncludingNotification__') = 'UNDEFINED' THEN
  11. __IncludingNotification__    SET    1
  12.  
  13. NMRec             RECORD      0
  14. qLink             DS.L        1
  15. qType             DS.W        1
  16. nmFlags           DS.W        1
  17. nmPrivate         DS.L        1
  18. nmReserved        DS.W        1
  19. nmMark            DS.W        1
  20. nmIcon           DS.L        1
  21. nmSound           DS.L        1
  22. nmStr             DS.L        1
  23. nmResp            DS.L        1
  24. nmRefCon          DS.L        1
  25. NMRecSize         EQU         *
  26.                   ENDR
  27.  
  28.     ENDIF    ; ...already included